RichTextKit v0.4

UndoUnit<T> Constructors

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit.Utils
Declaring Type: UndoUnit<T>

Overloads

UndoUnit()

Constructs a new UndoUnit

UndoUnit(string)

Constructs a new UndoUnit with a description

UndoUnit()

Constructs a new UndoUnit

public UndoUnit();

UndoUnit(string)

Constructs a new UndoUnit with a description

public UndoUnit(string description);

Parameters

string description

The description of this unit